﻿@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#certify .swiper-container {
	padding-bottom: 30px; padding-top: 20px;
}
#certify .swiper-slide-active{/*box-shadow:0 0 10px #000; */}
/*#certify .swiper-slide {
	width:915px;
	overflow: hidden;
	background: #000;
	
}*/

#certify .swiper-slide img{
	display:block;filter: Alpha(Opacity=50); opacity: 0.5;
}
#certify .swiper-slide-active img{filter: Alpha(Opacity=100); opacity:1;}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev03 {outline: none;
	left: 10px;
	width: 27px;
	height: 44px;
	background: url(../images/left_bt.png) left center no-repeat;
}
#certify .swiper-button-next03 { outline: none;
	right: 10px;
	width: 27px;
	height: 44px;
	background: url(../images/right.png) right center no-repeat;
	
}
